-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add AOT support for dynamic projections, streaming/scroll queries and Meta
annotation
#4970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit decouples queryable encryption from explicit encryption and introduces the Queryable annotation to represent different query types like range and equality. Additionally it removes value conversion from range encryption and fixes update mapping of range encrypted fields. Original Pull Request: #4885
Original Pull Request: #4885
Original Pull Request: #4885
Closes #4940
Guard tests for encryption functionality. Original Pull Request: #4885
Initial Support for generating repository source code at build time. Closes: #4939
- Introduce AOT fragment base class. - Refactor Delete execution to be reusable. - Add support for updates. - Add support for aggregations. - Move types to repository package. - Update documentation. See: #4939
Transition nullable annotations previously missed to jspecify. See: #4874
JMX support has been removed but unfortunately when merging changes for jspecify the package-info.java file sneaked back in. See: #4940
Closes: #4947 Signed-off-by: Jeff Yemin <[email protected]>
Remove quantization from VectorSearch docs. Closes: #4931 Signed-off-by: Alex Bevilacqua <[email protected]>
…ay () - Added methods `byValueAscending()` and `byValueDescending()` to the SortArray class to support sorting simple array types (e.g., integers, strings) in ascending and descending order. - Updated tests to verify the correct functionality of sorting arrays by value. - Refactored SortArray to handle sorting of simple types without requiring a property for sorting. For more details, refer to: https://www.mongodb.com/docs/manual/reference/operator/aggregation/sortArray/ Resolves: #4929 Original Pull Request: #4943 Signed-off-by: Ranzy Blessings <[email protected]>
Add method to provide sorting direction to sort array aggregation. Related to: #4929 Original Pull Request: #4935 Signed-off-by: Nathan McDonald <[email protected]>
Original Pull Request: #4960
See #4960
…tadata)` instead of private overload. Overriding the proper variant of EntityInformation is now possible because we no longer utilize a private method in addition to the public one leading to partial customization of EntityInformation. Closes #4967
Use weaker test visibility. See #4967
… Meta annotation.
christophstrobl
pushed a commit
that referenced
this pull request
May 15, 2025
… Meta annotation. Closes: #4970
christophstrobl
added a commit
that referenced
this pull request
May 15, 2025
Original Pull Request: #4970
merged to 5.0.x |
mp911de
added a commit
that referenced
this pull request
May 16, 2025
… Meta annotation. Closes: #4970
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on spring-projects/spring-data-commons#3289